projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb6540
)
Load dos-vars along with dos-fns.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 15 May 1998 05:44:56 +0000
(
05:44
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 15 May 1998 05:44:56 +0000
(
05:44
+0000)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index 2997287796ca9fdcd274f4891f2a8eb1ab3af284..13d2cdab30ea287c5109120cb7dbd8e81e76429b 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-127,6
+127,7
@@
(load "ls-lisp")
(load "dos-w32")
(load "dos-fns")
+ (load "dos-vars")
(load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el
(if (fboundp 'atan) ; preload some constants and
(progn ; floating pt. functions if we have float support.